This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: "Fields" inherit value from selected document instead of "Formulas" inherit value from selected document , because my field in my form is declare type of "text" ~Umberto Nongeroson 21.Jan.04 10:44 PM a Web browser Domino Designer 6.0.1 CF2Windows XP
To inherit from doc A to doc B, make the default value formula for fields on form B the name of the field to inherit from. So:
Form A has field Comments.
Form B has field InheritedComments, default value is Comments.
B documents will inherit the Comments field from the selected A document if there is one, otherwise they will be blank.
Field inheritance is easier to deal with if the fields on A and B use the same name.